{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-runtime-metrics",
      "artifactVersion": "2021.70.4",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.connect.standalone",
          "org.nuxeo.launcher.commons",
          "org.nuxeo.osgi",
          "org.nuxeo.runtime",
          "org.nuxeo.runtime.aws",
          "org.nuxeo.runtime.cluster",
          "org.nuxeo.runtime.datasource",
          "org.nuxeo.runtime.jtajca",
          "org.nuxeo.runtime.kv",
          "org.nuxeo.runtime.management",
          "org.nuxeo.runtime.metrics",
          "org.nuxeo.runtime.migration",
          "org.nuxeo.runtime.mongodb",
          "org.nuxeo.runtime.nuxeo-runtime-deploy",
          "org.nuxeo.runtime.pubsub",
          "org.nuxeo.runtime.redis",
          "org.nuxeo.runtime.reload",
          "org.nuxeo.runtime.stream"
        ],
        "hierarchyPath": "/grp:org.nuxeo.runtime",
        "id": "grp:org.nuxeo.runtime",
        "name": "org.nuxeo.runtime",
        "parentIds": [],
        "readmes": [],
        "version": "2021.70"
      },
      "bundleId": "org.nuxeo.runtime.metrics",
      "components": [
        {
          "@type": "NXComponent",
          "componentClass": "org.nuxeo.runtime.metrics.MetricsServiceImpl",
          "documentation": "\n    Filter and Report Dropwizzard Metrics and Tracing.\n  \n",
          "documentationHtml": "<p>\nFilter and Report Dropwizzard Metrics and Tracing.\n</p><p></p>",
          "extensionPoints": [
            {
              "@type": "NXExtensionPoint",
              "componentId": "org.nuxeo.runtime.metrics.MetricsService",
              "descriptors": [
                "org.nuxeo.runtime.metrics.MetricsConfigurationDescriptor"
              ],
              "documentationHtml": "",
              "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.metrics/org.nuxeo.runtime.metrics.MetricsService/ExtensionPoints/org.nuxeo.runtime.metrics.MetricsService--configuration",
              "id": "org.nuxeo.runtime.metrics.MetricsService--configuration",
              "label": "configuration (org.nuxeo.runtime.metrics.MetricsService)",
              "name": "configuration",
              "version": "2021.70.4"
            },
            {
              "@type": "NXExtensionPoint",
              "componentId": "org.nuxeo.runtime.metrics.MetricsService",
              "descriptors": [
                "org.nuxeo.runtime.metrics.MetricsReporterDescriptor"
              ],
              "documentationHtml": "",
              "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.metrics/org.nuxeo.runtime.metrics.MetricsService/ExtensionPoints/org.nuxeo.runtime.metrics.MetricsService--reporter",
              "id": "org.nuxeo.runtime.metrics.MetricsService--reporter",
              "label": "reporter (org.nuxeo.runtime.metrics.MetricsService)",
              "name": "reporter",
              "version": "2021.70.4"
            }
          ],
          "extensions": [],
          "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.metrics/org.nuxeo.runtime.metrics.MetricsService",
          "name": "org.nuxeo.runtime.metrics.MetricsService",
          "requirements": [],
          "resolutionOrder": 810,
          "services": [
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.runtime.metrics.MetricsService",
              "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.metrics/org.nuxeo.runtime.metrics.MetricsService/Services/org.nuxeo.runtime.metrics.MetricsService",
              "id": "org.nuxeo.runtime.metrics.MetricsService",
              "overriden": false,
              "version": "2021.70.4"
            }
          ],
          "startOrder": 928,
          "version": "2021.70.4",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.runtime.metrics.MetricsService\">\n\n  <documentation>\n    Filter and Report Dropwizzard Metrics and Tracing.\n  </documentation>\n\n  <service>\n    <provide interface=\"org.nuxeo.runtime.metrics.MetricsService\" />\n  </service>\n\n  <implementation class=\"org.nuxeo.runtime.metrics.MetricsServiceImpl\" />\n\n  <extension-point name=\"configuration\">\n    <object class=\"org.nuxeo.runtime.metrics.MetricsConfigurationDescriptor\" />\n  </extension-point>\n\n  <extension-point name=\"reporter\">\n    <object class=\"org.nuxeo.runtime.metrics.MetricsReporterDescriptor\" />\n  </extension-point>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/runtime-metrics-service.xml",
          "xmlPureComponent": false
        }
      ],
      "fileName": "nuxeo-runtime-metrics-2021.70.4.jar",
      "groupId": "org.nuxeo.runtime",
      "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.metrics",
      "id": "org.nuxeo.runtime.metrics",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: Apache Maven\r\nBuilt-By: root\r\nBuild-Jdk: 11.0.26\r\nBundle-ManifestVersion: 1\r\nBundle-Version: 2021.70.4-t20250415-153551\r\nBundle-Name: Nuxeo Runtime Metrics\r\nBundle-SymbolicName: org.nuxeo.runtime.metrics;singleton:=true\r\nBundle-Vendor: Nuxeo\r\nNuxeo-Component: OSGI-INF/runtime-metrics-service.xml\r\n\r\n",
      "maxResolutionOrder": 810,
      "minResolutionOrder": 810,
      "packages": [],
      "readme": {
        "blobProviderId": "default",
        "content": "# About nuxeo-runtime-metrics\n\n\nSince Nuxeo 5.7 Coda Hale Yammer Metrics is used to add metrics to Nuxeo.\nThis module is here to configure the metrics reporter and add\ndefault metrics.\n\nFor testing you can run a graphite/grafana stack using the provided [docker compose](./docker/graphite-grafana):\n```bash\ncd ./docker/graphite-grafana\ndocker-compose up -d\n```\n\nThen configure your `nuxeo.conf` to report metrics and restart Nuxeo:\n```bash\nmetrics.graphite.enabled=true\nmetrics.graphite.host=localhost\nmetrics.graphite.port=2003\nmetrics.graphite.period=30\nmetrics.tomcat.enabled=true\nmetrics.log4j.enabled=true\n```\n\nAccess Grafana using [http://localhost:3000](http://localhost:3000) with user: admin pwd: admin,\nyou should have a Nuxeo Grafana dashboard up and running.\n\nGraphite is also reachable [http://localhost:8000](http://localhost:8000)\n\nTo stop Grafana (loosing all data):\n```bash\ndocker-compose down\n```\n\nFor production you should use different retentions and docker volumes to persist data.\n\n\nYou can also find old example of json graphite dashboard [graphite](./graphite) directory.\nTo use it from Graphite Dashboard > Edit Dashboard, paste the content\n\n\nSee <http://doc.nuxeo.org/> for full documentation.\nSee <http://metrics.codahale.com/> for Metrics documentation.\n",
        "digest": "e709985965abbc5a7ce17367f086b346",
        "encoding": "UTF-8",
        "length": 1282,
        "mimeType": "text/plain",
        "name": "README.md"
      },
      "requirements": [],
      "version": "2021.70.4"
    }
  ],
  "creationDate": 1745336700323,
  "key": "Nuxeo Platform-2021.70",
  "name": "Nuxeo Platform",
  "operations": [],
  "packages": [],
  "pluginSnapshots": {},
  "releaseDate": 1745336700323,
  "version": "2021.70"
}